getPaddingStart

open fun getPaddingStart(@NonNull view: View): Int(source)

Deprecated

Call getPaddingStart directly.

Returns the start padding of the specified view depending on its resolved layout direction. If there are inset and enabled scrollbars, this value may include the space required to display the scrollbars as well.

Return

the start padding in pixels

Parameters

view

The view to get padding for